Asynchronous method to run the list of features on a LEADDocument, returning results of processing.
public Task<List<ElementSetResult>> Run(
List<IFeature> features,
LEADDocument document,
CancellationToken token
)
Public Function Run(
ByVal features As List(Of IFeature
),
ByVal document As LEADDocument,
ByVal token As CancellationToken) As Task(Of List(Of ElementSetResult))
public:
Task<List<ElementSetResult^>^>^ Run(
List<IFeature^>^ features,
LEADDocument^ document,
CancellationToken^ token
)
features
List of features to run on the document.
document
Document on which the features are run.
token
A CancellationToken enables cooperative cancellation between threads or Task objects. Create a cancellation token by instantiating a CancellationTokenSource object, which manages cancellation tokens retrieved from its CancellationTokenSource.
The results of processing the document.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document